@charset "utf-8";
@font-face {
	font-family:'ab';
	src: url("../fonts/AlibabaSans-Heavy.otf") format('truetype');
	font-weight:normal;
	opacity: 1;
}
*{margin:0;padding:0;}
body{ overflow-x: hidden;font-family: PingFang SC-Regular, PingFang SC;margin:0px; padding:0px; margin:0px auto; font-size:16px; color:#333; width:100%;  zoom:1;min-width: 320px;background-color: #F7F8FB;}
ul,li,form, dl,dt,dd, div{ padding: 0px; margin: 0px;}
ul,ul li{ list-style:none;}
.h1,.h2,.h3,.h4,.h5,.h6,.p{ padding:0px; margin:0px;}
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#333;}
input:focus { outline: none;}
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ }
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ }
textarea,input,select { background:none; border:none; margin:0; padding:0;}
select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #DDD;
	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("../img/jt.png") no-repeat calc(100% - 10px) transparent;
	
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 20px;
	padding-left:5px;
  }
  
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ border:none; border:0; max-width:100%; vertical-align:middle;}
a{position: relative;color: #333;  text-decoration:none;cursor: pointer}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#CB000B;}
.clear{ clear:both;}
.box{box-sizing: border-box}
.bold{font-weight: bold}
.bolder{font-weight: bolder}
i,em{font-style: normal}
button{cursor: pointer}
.showing{display: block !important}

/* 颜色 */
.c_33{color: #333}
.c_29{color: #292929}
.f-c{color:#F3734E }


.f-12{font-size: 12px}
.f-14{font-size: 14px}

.bg_f8{background: #f8f8f8}
.bg-f{background: #fff}


.center{text-align: center}
.right_text{text-align: right}
.left_text{text-align: left}

/* flex布局 */
.flex{display: flex}
.flex-x-a{display: flex;justify-content: space-around}
.flex-x-b{display: flex;justify-content: space-between}
.flex-x-c{display: flex;justify-content: center}
.flex-y-c{align-items: center}
.flex-y-e{align-items: flex-end}
.flex_wp{display: flex;flex-wrap: wrap}

@font-face {
	font-family:'top';
	src: url("../fonts/DINPRO-MEDIUM.OTF") format('truetype');
	font-weight:normal;
	opacity: 1;
}


#newBridge .icon-right-center{top:calc(40% - 44px)!important;right: 9px !important}
.searchBar{position: fixed;width: 500px;background: #fff;top: 96px;right: 40px;display: none}
.searchBar form{display: block;width: 100%;display: flex;align-items: center}
.searchBar .searchBtn{background: url('http://www.gen-song.net/images/search.png') no-repeat center;background-size: 20px auto;width: 55px;height: 55px;    cursor: pointer;}
.searchBar .inpu{flex: 1}
.searchBar .inpu input{display: block;width: 100%}
.searchBar .closeBtn{ width: 50px;height: 50px;background: url('http://www.gen-song.net/images/closeBtn.png') no-repeat center; background-size: 16px auto;}
/* 公共按钮 */
.immediate{height: 38px;background: rgba(132, 132, 132, 0);border: 1px solid #FF6E3D;border-radius: 16px 16px 16px 16px;line-height: 38px;padding:0px 14px;display: inline-block;color: #FF6D3E;margin-right: 30px}
.later_register{height: 40px;background: linear-gradient(90deg, #FF7932, #FF5A4D);border-radius: 16px 16px 16px 16px;line-height: 40px;color: #fff;padding:0px 14px;display: inline-block;}
.online{display: inline-block;height: 48px;line-height: 48px;color: #fff;padding:0px 26px;background: linear-gradient(90deg, #F5A146, #F2C056);border-radius: 18px}
.register{margin-left:15px;display: inline-block;height: 48px;line-height: 48px;color: #fff;padding:0px 26px;background: linear-gradient(90deg, #F58146, #F26656);box-shadow: 0px 5px 18px 0px rgba(243, 110, 81, 0.42);;border-radius: 18px}
.online:hover,.register:hover,.later_register:hover{color: #fff}

/*单行文本省略号*/
.dot {display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.dot2, .dot3, .dot4 {display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;}
.dot2 {-webkit-line-clamp: 2;}
/*多行文本省略号*/
.dot3 {-webkit-line-clamp: 3;}
.dot4 {-webkit-line-clamp: 4;}

.active{color: #F3734E}
.bgactive{background:#F3734E;color: #fff }
.active_line{color: #F3734E;position: relative}
.active_line::after{content: '';display: block;width: 28px;height: 4px;background:#F3734E;position: absolute;left: 50%;transform: translateX(-50%);bottom: -10px;border-radius: 2px }
/*网页滚动条*/
::-webkit-scrollbar{
            width: 5px; height:5px;-webkit-overflow-scrolling : touch;
            background-color: #CB000B;}
::-webkit-scrollbar-track{
            background-color: #CB000B;}
::-webkit-scrollbar-thumb{
            border-radius: 10px;
            background-color: #CB000B;}
::-webkit-scrollbar-button{
            height: 0px;
            background-color: #CB000B;}
/* 头部 */
.Top{width: 100%;position: fixed;height: 95px;box-sizing: border-box;padding: 0 40px 0 30px;display: flex;top: 0;left: 0;z-index: 999;justify-content: space-between}
.lf_logo{height: 95px;display: flex;align-items: center;}
.menu_slide{position: absolute}
.lf_logo img{height: 30px;}
.menu_ul{display: flex;align-items: center;flex: 1;justify-content: flex-end;padding-right: 30px}
.menu_ul>li{margin-right: 55px;white-space: nowrap;position: relative;height: 100%;line-height: 95px;cursor: pointer}
.menu_ul>li:first-child{margin-right: 90px;}
.menu_ul>li>a{color: #fff}
.menu_ul>li.active a{color: #CB000B;}
.menu_ul>li.active a::after{ z-index:0; content:""; left:0%; bottom:-10px; position:absolute; background:#CB000B; width:0; height:2px;width:100%;}
.menu_ul>li::after,.introduce-wrap li::before,.intro_wid li::after,.intro_wid li::before,.translation ul li::after, .translation ul li::before{ z-index:0; content:""; left:50%; bottom:27px; position:absolute; background:#CB000B; width:0; height:2px;}
.menu_ul>li::after,.intro_wid li::after,.translation ul li::after{transition: all ease 0.2s;}
.menu_ul>li::before,.intro_wid li::before,.translation ul li::before{background: transparent; z-index: 5; width: 100%; left: 0;}
.menu_ul>li:hover::after,.intro_wid li:hover::after,.translation ul li:hover::after{width:100%; left: 0;}
.menu_ul>li:hover::before,.intro_wid li:hover::before,.translation ul li:hover::before{/* width: 0; */}
.menu_ul>li:hover .menu_slide{display: block}
.menu_slide{background: #F7F8FB;padding: 20px 40px;left: 50%;transform: translateX(-50%) ;display: none}
.menu_slide ul li{color: #333333;line-height: 40px;text-align: center;margin-right: 0px}
.btn_right{display: flex;height: 100%;align-items: center}
.btn_right .line{height: 24px;opacity: 1;border: 1px solid #fff;margin-left: 27px;}
.btn_right .search{width: 24px;height: 24px;margin: 0 25px 0 35px;cursor: pointer;}
.btn_right .phone{width: 25px;height: 25px;margin-right: 13px;}
.btn_right .phone_code{font-size: 24px;color: #fff;font-weight: bold;font-family: 'top';white-space: nowrap;}
.btn_right .en_ch{margin-right: 23px;width: 60px;height: 24px;background: #fff;opacity: 1;border-radius: 30px;font-size: 12px;color: #111;display: flex;align-items: center;justify-content: space-around;box-sizing: border-box;padding: 0 10px;}
.btn_right .en_ch>div{opacity: .5;cursor: pointer;}
.btn_right .en_ch .ac{opacity: 1;}
.menu_ul>li.active .menu_slide a::after{display: none !important}
.menu_ul>li.active .menu_slide a{color:#333 }
.menu_slide ul li a:hover{color:#CB000B !important}
.mo_btn{display: none;}
.mt_slide_cip{display: none}
.new_words{width: 84%;margin: 0 auto 30px;background: #fff;padding: 50px 50px 20px;box-sizing: border-box;}
/*.new_words ul{display: none}*/
.new_words p{color: #333333;font-size: 28px;font-weight: bold;padding-bottom: 30px;}
.new_words ul li>div{margin-bottom: 50px}
.new_words dd{ color: #333333;font-family: PingFang SC-Regular, PingFang SC;font-size: 20px;    position: relative;padding-left: 50px;line-height: 48px;}
.new_words dd::before{width: 12px;height: 12px; background: #CB000B; opacity: 1; content: ''; display: block; position: absolute; border-radius: 6px; left: 25px; top: 18px;}
.bannerTab video{height: 800px;width: 100%;object-fit: fill;    background: #000000;}
.ban_signer .ma_zi{position: relative;left: 0 !important;bottom: 0 !important;display: block;margin: 50px auto 0}
#newBridge .nb-icon-wrap-0{display: block !important}
.ban_signer img{ max-width: 100%;display: block;height: 100%;    width: 100%;}
@media (max-width:1680px){
	.menu_ul{padding-right: 0;}
	.menu_ul>li{margin-right: 40px}
	
}
@media (max-width:1600px){
	.menu_ul{padding-right: 0px}
    .menu_ul>li{margin-right:40px}
    
}
@media(max-width:1440px){
	.menu_ul{margin-left: 100px;}
	.menu_ul li:first-child{margin-right: 30px;}
	.menu_ul li{margin-right: 30px;}
	.menu_slide{padding: 20px 30px}
	.Top{justify-content: space-between;}
	.menu_slide ul li{color: #333333;line-height: 40px;text-align: center;margin-right: 0px !important} 
	.menu_ul>li{margin-right:30px}
	.bannerTab video{height: 600px;width: 100%;object-fit: fill;}

}
@media(max-width:1200px){
	
	.menu_ul{margin-left: 50px;}
	.btn_right .search{margin: 0 10px;}
}
@media(max-width:1024px){
	.pc_new{display: none;}
	.lf_logo img{height: 20px;}
	.Top{height: 50px;line-height: 50px;padding: 0 10px;justify-content: space-between;}
	.lf_logo{height: 50px;}
	.mo_btn{display: block;}
	.mo_btn .search{margin-right: 10px;}
	.menu_ul{display: none;position: fixed;width: 100%;background-color: #FFFFFF;top: 50px;right: 0px;z-index: 25;box-sizing: border-box;width: 100%;padding: 0 10px;box-shadow: 0 0 0.01rem rgb(9 28 71 / 50%);}
	.menu_ul li{height: 50px;border-bottom: 1px solid #CB000B; position: relative;line-height: 50px;margin-right: 0 !important;}
	.menu_ul li.active a::after{display: none;}
	.mo_btn span.one{transform: rotateZ(-45deg);transform-origin: 100% 50%;background-color: #4E4E4E;display: block;}
	.mo_btn span.two{transform: scale(0,0);display: block;}
	.mo_btn span.three{transform: rotateZ(45deg);transform-origin: 96% 100%;background-color: #4E4E4E;display: block;}
	.menu_ul li:hover::after, .intro_wid li:hover::after, .translation ul li:hover::after{display: none;}
	.bannerTab video{height: 200px}
	.product img{max-width: 200px !important;bottom: -50px !important}
	.menu_ul>li>a{color: #333 !important}
	.badi{display: none !important}
	.hedi{display: block !important}
	
}


/*底部*/
footer{background: #141414;padding: 36px 161px;}
footer a{font-size: 16px;color: #fff;font-family: PingFang SC-Regular, PingFang SC;padding: 20px 0 36px;display: block;opacity: .8}
.line{border: 1px solid #707070;}
.footer{display: flex}
.footer .lf_ft,.footer .ri_ft{flex: 1}
 .hover_img{display: none;width: 106px;height: 106px;background: #fff;padding:0px;position: absolute;bottom: 70px;left: 50%;transform: translateX(-50%)}
 .hover_phone{width: auto;height: auto;padding: 25px;white-space: nowrap;left: -100px !important}
 .footer .hover_phone{left: 50% !important;transform: translateX(-50%);padding: 15px 20px 0}
.footer .hover_img img{width: 100%;height: 100%}
.footer .hover_img:after{content: '';display: block;width: 0px;height: 0px;border: 8px solid #fff;border-top-color: #fff;border-bottom-color: transparent;border-left-color: transparent;text-align: center;margin: 0 auto;border-right-color: transparent;}
.footer .ri_ft{padding-left: 256px}
.footer .ri_ft dd{display: flex;margin-top: 150px}
.footer .ri_ft dd dl{cursor: pointer;margin-right: 25px;text-align: center;line-height: 50px;position: relative}
.footer .ri_ft dd dl:hover .hover_img{display: block}
.footer .foot_l{color: #fff;font-size: 12px;line-height: 24px;max-width: 760px}
.footer .ri_ft ul {padding-top: 120px}
.footer .ri_ft ul li{color: #999;font-size: 20px;padding-bottom: 15px}
.footer .ri_ft p{color: #999;font-size: 20px;}
.footer .ri_ft ul li span{color: #fff}
.footer button{height: 36px;background: #CB000B;width: 760px;color: #fff;margin: 13px 0}
.con_title{font-size: 40px;font-weight: bold;font-family: 'top';padding-bottom: 38px;color: #fff;padding-bottom: 20px}
.dil,.dill{display: flex;width: 100%}
.label{color: #fff;padding-bottom: 10px;padding-top: 10px}
.dil input{width: 240px;height: 40px;background: #333;border: 1px solid #707070;color: #fff;padding-left: 20px}
.dil>section,.dill>section{margin-right: 20px}
.dill input{width: 370px;height: 40px;background: #333;border: 1px solid #707070;color: #fff;padding-left: 20px}
.dill select{width: 500px;height: 40px;color: #fff}
.dill select option{background: #333;}
.dill textarea{border: 1px solid #707070;background: #333;height: 80px;width: 760px;color: #fff}

@media(max-width:1600px){
	.dill textarea{width: 600px}
	.footer .ri_ft{padding-left: 60px}
	.dill input{width: 300px}
	.dil input{width: 193px}
	.footer .foot_l{max-width: 600px}
	.footer button{width: 600px}
}
@media(max-width:1440px){
	footer{padding: 30px 90px}
	.dill input{width: 240px}
	.dill textarea{width: 500px}
	.footer .ri_ft{padding-left: 60px}
	.dil input{width: 153px}
	.footer .foot_l{max-width:500px}
	.footer button{width: 500px}
}
@media(max-width:1024px){
	.footer{display: block}
	footer{padding: 10px}
	.con_title{font-size: 20px;padding-bottom: 0}
	.dil, .dill{display: block}
	.dil input,.dill select,.dill textarea,.dill input{width:100%}
	.footer button{width: 100%;border: none}
	.footer .ri_ft{padding-left: 0}
	.footer .ri_ft ul{padding-top: 10px}
	.footer .ri_ft dd{margin:10px auto}
	.footer .ri_ft p,.footer .ri_ft ul li,footer a{font-size: 15px}
	.footer .ri_ft dd {justify-content: center}
	.footer .ri_ft dd dl{margin: 0 10px}
}
/* 轮播图 */
/*.index{margin-top:95px}*/
.HomeBan {z-index:99;position: relative}
.owlBan{display: none !important}
.act{display: block !important}
.HomeBan .owl-item .item a{display: block;height: 800px}
.HomeBan .owl-item .item a img{max-width:100%;display: block;height: 100%}
.HomeBan .owl-nav{display: none;}
.HomeBan .owl-dots{display: none !important;position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%)}
.HomeBan .owl-carousel button.owl-dot{width: 10px;height: 10px;background: #999;border-radius: 50%;margin: 3px}
.HomeBan .owl-carousel button.owl-dot.active{background: #fff}
.HomeBan .owl-nav button{width:50px;height:50px;border-radius: 50%;background:rgba(255,255,255,0.8);position: absolute;top:50%;margin-top:-25px;transition: all .5s;-webkit-transition: all .5s;opacity: 0;}
.HomeBan .owl-nav button.owl-prev{background:rgba(0, 0, 0, 0.08);color: #fff;font-size: 40px}
.HomeBan .owl-nav button.owl-next{background:rgba(0, 0, 0, 0.08);color: #fff;font-size: 40px}
.word_text_banner{position: absolute;left: 10%;bottom: 240px;color: #fff}
.word_text_banner .p1{font-weight: bold;font-family:'ab';font-size: 68px}
.word_text_banner .p2{font-weight: bold;font-family: PingFang SC-Bold, PingFang SC;font-size: 24px;padding-top: 20px}
.word_text_banner .zi{width: 260px;height: 60px !important;background: #CB000B;line-height: 60px;text-align: center;display: block;color: #fff;font-size: 20px;margin-top: 70px}
@media(max-width:1600px){
	.word_text_banner{position: absolute;left: 10%;bottom: 170px;color: #fff}
}
@media(max-width:1400px){
	.word_text_banner{position: absolute;left: 10%;bottom: 100px;color: #fff}
}
@media(max-width:1024px){
	.HomeBan .owl-item .item a{display: block;height: 300px}
	.word_text_banner{position: absolute;left: 7%;bottom:24px;color: #fff}
	.word_text_banner .p1{font-weight: bold;font-family:'ab';font-size: 20px}
	.word_text_banner .p2{font-weight: bold;font-family: PingFang SC-Bold, PingFang SC;font-size: 15px;padding-top: 10px}
	.word_text_banner .zi{width: 80px;height: 25px !important;line-height: 25px;font-size: 12px;margin-top: 10px}
	
}

.sol{background: #F7F8FB;padding-bottom: 120px}
*{box-sizing: border-box}
.sol_top{width: 100%;height: 600px;background:url('../img/index/bg.png') no-repeat left center;background-size: cover;}
.sol_top .title{font-size: 48px;font-family:'ab';text-align:center;font-weight: 400;padding-top:82px}
.sol_top p{text-align: center;font-family: PingFang SC-Regular, PingFang SC;font-size:20px;padding-top:30px;color: #666}
.honor-wrap  .honor_ul{display: flex;align-items: center;justify-content: space-between;padding:50px 224px}
.honor-wrap  .honor_ul p{font-size: 20px;font-family: PingFang SC-Regular, PingFang SC;color: #333;padding-bottom: 30px;}
.honor-wrap  .honor_ul h2{font-size:32px;font-family:'top';font-weight: bold;text-align:center}
.honor-wrap  .honor_ul h2 i{font-family:'top';font-size: 72px;color: #333333;padding-right:20px;}
.sol_bottom {margin-top: -40px}
.sol_bottom .one{padding: 40px 30px;box-sizing: border-box;width: 48.5%;height: 300px;background: url('../img/index/bg (1).png') no-repeat left center;background-size: cover;position: relative;border-bottom: 3px solid #CB000B}
.sol_bottom .top_type{display: flex;padding:0 160px;justify-content: space-between;}
.sol_bottom .two{padding: 40px 30px;width: 24%;height: 300px;background: url('../img/index/bg (2).png') no-repeat left center;background-size: cover;position: relative;border-bottom: 3px solid #CB000B}
.sol_bottom .top_pt{margin-top: 44px}
.top_type .type_name{color: #333;font-size: 36px;font-family: PingFang SC-Bold, PingFang SC;font-weight: bold;}
.top_type .one .product img{position: absolute;right: 10%;bottom: -15px;max-width: 200px}
.top_type  .product1 img{max-width: 250px;position: absolute;right: -3%;bottom: -60px;}
.top_type :hover .product img{transform: translateY(-10px);transition: all .4s ease;}
.top_type :hover .jiantou .jia{display: block;transition: all .4s ease;}
.top_type :hover .jiantou .ji{display: none}
.top_type ul {display: flex;flex-wrap: wrap;max-width: 296px;padding-top: 12px;color: #666;line-height: 40px}
.top_type ul li{padding-bottom: 10px}
.top_type .jiantou{position: absolute;left: 23px;bottom: 25px}
.top_type .jia{display: none}
.case{height: 960px;background: url('../img/index/bgs.png') no-repeat left center;background-size: cover;position: relative;padding: 76px 260px;box-sizing: border-box}
.case .case_title{font-size: 40px;font-weight: bold;font-family: 'top';padding-bottom: 38px}
.main_case{display: flex;justify-content: space-between}
.video_case{width: 70%}
.video_case video{width: 100%}
.video_case ul{display: none}
.video_case ul:first-child{display: block}
.video_case ul{position: relative}
.video_case .play_btn{position: absolute;left: 50%;transform: translateX(-50%);top: 30%}

.case  .lf li{cursor: pointer;width: 220px;height: 60px;line-height: 60px;border: 1px solid #C9C9C9;color: #333;text-align: center;margin-bottom: 30px;background: #fff}
.case  .lf li.active{background: #CB000B;color: #fff;border: 1px solid #CB000B;}
.case  .lf li.active a{color: #fff}
.video_title{font-size: 32px;color: #333;font-weight: bold;text-align: center;padding: 20px 0}
.video_into{font-size: 20px;color: #666;line-height: 40px;text-align: left}
.js{background: #F7F8FB;position: relative;padding: 80px 182px 143px}
.js .top_img{display: flex;justify-content: space-between;margin-top: 20px}
.js .top_img p{font-size: 24px;color: #333;padding-top: 15px}
.js_title{font-weight: bold;font-size: 40px;font-family:'top';text-align: center}
.top_img li{position: relative;text-align: center;cursor: pointer}
.top_img li .show{display: none}
.top_img li:first-child .show{display: block;margin: 0 auto}
.top_img li:first-child .hide{display: none}
.top_img .line{width: 100px;height: 1px;background: #C9C9C9;margin-top: 34px}
.top_img li img{width: 70px;height: 70px;border-radius: 50%;display: block;text-align: center;display: inline-block}
.di_info{font-size: 20px;color: #666;line-height: 40px}
.js_center{padding-top: 117px}
.js_center ul{display: none}
.js_center ul:first-child{display: flex}
.js_center ul img{width: 50%;height: 420px}
.js  .bg_b{position: absolute;bottom: 0;left: 0}
.js-r{padding-left: 108px}
.js .di_ti{font-size: 32px;font-family: PingFang SC-Heavy, PingFang SC;font-weight: bold;color: #333;padding-bottom: 32px}
.js ul a{z-index: 99;width: 220px;height: 60px;border: 1px solid #333333;background: #fff;display: block;color: #333;line-height: 60px;font-size: 20px;text-align: center;margin-top: 70px;position: relative}
.js ul a:hover{background: #CB000B;color: #fff;border: 1px solid #CB000B}
.js ul a .arrow_a{display: none}
.js ul a .arrow{position: absolute;width: 20px;height: 20px;right: 44px;top: 21px}
.js ul a:hover .arrow_a{display: block !important}
.js ul a:hover .arrow{display: none}
.agv{box-sizing: border-box;background: url('../img/index/bg_h.png') no-repeat left center;background-size: cover;position: relative;padding: 79px 160px 	114px}
.agv ul {display: flex;justify-content: space-between}
.agv_title{font-size: 40px;font-weight: bold;font-family: 'top';padding-bottom: 65px;color: #fff;text-align: center}
.agv ul li{cursor: pointer;width: 288px;height: 72px;background: rgba(255,255,255,0.1);border: 1px solid rgba(255,255,255,0.2);color: #fff;text-align: center;line-height: 72px}
.agv ul li.active{background: #CB000B;border: 1px solid #CB000B}
.agv_center{margin-top: 58px}
.agv_center ul{display: none}
.agv_center ul:first-child{display: flex;justify-content: flex-start}
.agv_center ul .div_ig{height: 300px;width: calc(33.3% - 10px);margin-right: 5px;overflow: hidden}
.agv_center ul .div_ig img{width: 100%;height: 100%}
.agv_center ul .div_ig:hover img{transform: scale(1.1);transition: all 0.5s}
.news{background: #F7F8FB;padding: 70px 158px 155px}
.news ul{display: flex;justify-content: space-between}
.news ul li{background: #fff;width: 32%;box-sizing: border-box;padding-bottom: 50px}
.news .new_img{width: 100%;height: 400px;overflow: hidden}
.news .new_img img{width: 100%;height: 100%}
.news .new_img:hover img{transform: scale(1.1);transition: all .5s}
.news .news_ti{font-size: 24px;color: #333;font-weight: bold;padding: 40px 30px 16px}
.news .news_ti:hover{color:#CB000B }
.news_title{font-size: 40px;font-weight: bold;font-family: 'top';padding-bottom: 60px;text-align: center}
.news .time{color: #666;padding-left: 30px}
.new_info{color: #666;line-height: 32px;padding:24px 30px 00px;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;}

/*侧边栏目*/
.slide_ul_top{position: fixed;right: 10px;top: 40%;z-index: 9999;display: none}
.slide_ul_top ul li{position: relative;width: 50px;height: 50px;background: rgba(51, 51, 51, .7);margin-bottom: 4px;text-align: center;line-height: 50px;cursor: pointer}
.slide_ul_top .hover_img{left: -80px;bottom: -32px}
.slide_ul_top  ul li:hover .hover_img{display: block}
.slide_ul_top .hover_img:after{ position: absolute;top:50px;right: -15px;transform: rotate(272deg);content: '';display: block;width: 0px;height: 0px;border: 8px solid #fff;border-top-color: #fff;border-bottom-color: transparent;border-left-color: transparent;text-align: center;margin: 0 auto;border-right-color: transparent;}
.jsmo{  display: block;margin: 0 auto;  z-index: 99; width: 220px; height: 60px; border: 1px solid #333333; background: #fff; display: block; color: #333; line-height: 60px; font-size: 20px; text-align: center;margin-top: 70px; position: relative;}
.jsmo:hover{background: #CB000B;color: #fff;border: 1px solid #CB000B;}
.jsmo .arrow{position: absolute;width: 20px;height: 20px;right: 44px;top: 21px;}
.jsmo .arrow_a{display: none}
.jsmo:hover .arrow{    display: none;}
.jsmo:hover .arrow_a{display: block}
@media(max-width:1680px){
	.HomeBan .owl-item .item a{height: auto}
	.sol_bottom .top_type{padding: 0 50px}
	.case{padding: 76px 200px}
	.js_center ul img{height: auto}
	.agv_center ul .div_ig,.news .new_img{height: auto}
	
}
@media(max-width:1440px){
	.case{padding: 76px 200px}
	.case .lf li{width: 160px;margin-bottom: 20px}
	.sol_bottom .top_type{padding: 0 20px}
	.js {padding: 80px 22px 143px;}
	.js .top_img p{font-size: 20px}
	.news .news_ti{padding: 20px 20px 16px;font-size: 20px}
	.news .time{padding-left: 20px}
	.new_info{padding: 20px 20px 00px 20px}
}
@media(max-width:1366px){
	.honor-wrap .honor_ul h2 i{font-size:50px}
	.sol_bottom .top_type{padding: 0 5px}
	.sol_bottom .one,.sol_bottom .two{padding: 20px 10px}
	.js .top_img p{font-size: 18px}
	.top_img .line{width: 60px}
}
@media(max-width:1024px){
	.pro_banner .word_text{display: none}
	.sol_bottom .two{width: 90% !important}
	.jsmo {margin-top: 18px;width: 190px;height: 45px;    line-height: 45px;    font-size: 16px;}
	.news{padding: 10px}
	.agv{padding: 10px}
	.agv ul li{height: 50px;line-height: 50px;font-size: 12px}
	.agv_center{margin-top: 20px}
	.news ul{display: block}
	.news ul li{width: 98%;margin: 0 auto 10px}
	.news .news_ti{padding: 10px;font-size: 18px}
	.news .time{padding-left: 10px}
	.new_info{padding: 10px 10px 20px}
	.agv_title{margin-bottom: 10px}
	.js{padding: 20px 10px}
	.case{padding: 20px;height: auto}
	.sol{padding-bottom: 20px}
	.top_img .line{width: 10px;margin-top: 13px}
	.js_center ul{display: none}
	.js_center ul:first-child,.agv_center ul:first-child{display: block}
	.agv_center ul .div_ig{width: 100%;margin-bottom: 10px}
	.js_center{padding-top: 30px}
	.js_center ul img{width: 100%}
	.js-r{padding-left: 0}
	.js .top_img p{font-size: 10px}
	.top_img li img{width: 30px;height: 30px}
	.js ul a .arrow{top: 15px}
	.js ul a{margin: 20px auto;width: 220px;height: 50px;line-height: 50px;font-size: 14px}
	.di_info{font-size: 12px;line-height: 30px}
	.js .di_ti{font-size: 20px;text-align: center;padding-top: 20px;padding-bottom: 10px}
	.case .case_title{font-size: 23px;padding-bottom: 15px;text-align: center}
	.main_case{display: block}
	.main_case .lf{display: flex;flex-wrap: wrap;justify-content: center}
	.main_case .lf li{width: 48%;height: 50px;line-height: 50px;margin-bottom: 10px;font-size: 14px;margin-right: 1%}
	.sol_top{height: auto}
	.index{margin-top: 50px}
	.video_case{width: 100%}

	.video_title,.js_title,.agv_title,.news_title{font-size: 22px;padding: 10px 0}
	.video_into{font-size: 14px;line-height: 30px}
	.sol_bottom .top_type{display: block}
	.sol_bottom{margin: 0}
	.sol_bottom .one{width: 90%;margin: 20px auto}
	.sol_bottom .two{width: 90%;margin: 20px auto}
   .sol_top .title{font-size: 23px;font-weight: bold;padding-top: 20px}
   .top_type .type_name{font-size: 26px}
   .top_type .one .product img{right: 1%}
.top_type .one .product img{max-width: 120px}
   .sol_top p{font-size: 12px;padding-top: 20px}
   .honor-wrap .honor_ul{padding: 10px}
   .honor-wrap .honor_ul h2{font-size: 15px}
   .honor-wrap .honor_ul p{font-size: 12px;padding-bottom: 24px}
   .honor-wrap .honor_ul h2 i{padding-right: 10px;font-size: 20px}
}

/*行业案例部分*/
.ban_signer{position: relative}
.ban_signer a{width: 260px;height: 60px;display: block;text-align: center;line-height: 60px;position: absolute;background: #CB000B;left: 160px;bottom: 48px;color: #fff;font-family: PingFang SC-Bold, PingFang SC;font-size: 20px;font-weight: bold}
.case_video ul{display: flex;flex-wrap: wrap;width: 84%;margin: 0 auto 45px;background: #fff;box-sizing: border-box;padding: 60px 15px 60px 66px}
.case_video ul li{display: flex;align-items: center;justify-content: center;box-sizing: border-box;margin-right: 40px;width: 340px;height: 80px;color: #333333;font-size: 22px;font-weight: bold;font-family: PingFang SC-Bold, PingFang SC;text-align: center;border: 1px solid rgba(201, 201, 201, .5);background: rgba(255,255,255,0.1);margin-bottom: 40px;cursor: pointer}
.case_video ul li.active{background: #CB000B;border:1px solid #CB000B;color: #fff}
.video_ul ul{display: flex;width: 84%;margin: 0 auto 180px}
.video_ul ul .cover_video{background: #fff;width:calc(33.3% - 30px);margin-bottom: 20px;position: relative}
.cover_video a{display: block}
.cover_video .video_icon{position: absolute;left: 50%;transform: translateX(-50%);top: 100px}
.video_ul ul .cover_video:nth-child(3n-1){margin: 0 40px 20px}
.video_ul ul .cover_video #videos1{width: 100%;height: 300px 	}
.video_ul ul{display: none}
.video_ul ul:first-child{display: flex;flex-wrap: wrap}
.video_ul ul .video_title_case{font-size: 26px;color: #333;font-family: PingFang SC-Bold, PingFang SC;padding:28px 0;text-align: center}
@media(max-width:1680px){
	.case_video ul li{width: 260px;margin-right: 30px}
}
@media(max-width:1440px){
	.case_video ul li{width: 240px;margin-right: 25px}
}
@media(max-width:1366px){
	.case_video ul li{width: 200px;margin-right: 30px}
}
@media(max-width:1024px){
	.video_ul ul{display: none}
    .video_ul ul:first-child{display: block}
	.ban_signer a{width: 120px;height: 30px;line-height: 30px;font-size: 12px;left: 10px;bottom: 10px}
	.case_video ul{padding: 10px;width: 100%;margin-bottom: 10px}
	.case_video ul a{display: block;width: 49%;}
	.case_video ul li:nth-child(odd){margin-right: 1%}
	.case_video ul li:nth-child(even){margin-left: 1%;margin-right: 0}
	.case_video ul li{font-size: 12px;height: 50px;line-height: 50px;margin-bottom: 10px;width: 100%}
	.video_ul ul{padding: 10px;width: 100%;margin-bottom: 10px}
	.video_ul ul .cover_video:nth-child(3n-1){margin: 0}
	.video_ul ul .cover_video{width: 100%}
	.video_ul ul .cover_video:nth-child(2){margin: 10px auto}
	.video_ul ul .video_title_case{font-size: 20px}
}

/*核心技术部分*/
.tec_index .ban_signer a{left: 162px;bottom: 280px}
.tec_index .ban_signer .hdhdhdh{
	position: relative;
	left: 0;
	bottom: 0;
	    width: 260px;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
    background: #CB000B;
    margin-top: 57px;
    color: #fff;
    font-family: PingFang SC-Bold, PingFang SC;
    font-size: 20px;
    font-weight: bold;
}
.tec_index .ban_signer .word_text{position: absolute;left: 162px;top: 180px;color: #fff}
.tec_index .ban_signer .word_text .p1{font-weight: bold;font-family:'ab';font-size: 68px}
.tec_index .ban_signer .word_text .p2{font-weight: bold;font-family: PingFang SC-Bold, PingFang SC;font-size: 24px;padding-top: 30px}
.tec_one{box-sizing: border-box;padding: 130px 210px 130px 160px;background: #fff}
.tec_index .tec_one{display: flex}
.tec_index .tec_one .tec_lf{width: 55%;padding-right: 20px}
.tec_index .tec_one .tec_lf .tec_name{font-size: 48px;font-weight: bold;font-family:'ab'}
.tec_index .tec_one .tec_i{max-width: 80%;font-family: PingFang SC-Regular, PingFang SC;font-size: 20px;padding-top: 28px;line-height: 40px}
.tec_index .tec_one .tec_ri{width: 45%;overflow: hidden;;height: 540px}
.tec_index .tec_one .tec_ri img{width: 100%}
.tec_index .tec_one .tec_ri img:hover{transform: scale(1.1);transition: all .5s}
.tec_index .tec_one .tec_y{font-size: 32px;font-weight: bold;padding-top: 34px;padding-bottom: 20px}
.tec_index .tec_one  .tec_all{display: flex;}
.tec_index .tec_one  .tec_all img{display: block;margin: 0 auto}
.tec_index .tec_one  .tec_all>div{width: 20%;text-align: center}
.tec_index .tec_one  .tec_all p{font-size: 19px;font-family: PingFang SC-Bold, PingFang SC;font-weight: bold;padding-top: 20px}
.tec_index .tec_one a{    z-index: 99; width: 220px; height: 60px; border: 1px solid #333333; background: #fff; display: block; color: #333;line-height: 60px;font-size: 20px;text-align: center;margin-top: 60px; position: relative;}
.tec_index .tec_one a .arrow_a{display: none}
.tec_index .tec_one a:hover{border: 1px solid #CB000B;background: #CB000B;color: #fff}
.tec_index .tec_one a:hover .arraw{display: none !important}
.tec_index .tec_one a:hover .arrow_a{display: block !important}
.tec_index .tec_one .arraw{position: absolute;right: 44px;top: 21px}
.tec_type .tec_one:nth-child(odd){background: #fff}
.tec_type .tec_one:nth-child(even){background: #F7F8FB;flex-direction: row-reverse;padding:130px 180px 130px 160px}
.tec_type .tec_one:nth-child(even) .tec_lf{padding-left:90px}
@media(max-width:1680px){
	
	.tec_one{padding: 100px 70px}
	.tec_index .tec_one .tec_ri{height: auto}
	/*.menu_ul {margin-left: 300px}*/
	.tec_index .ban_signer a{bottom: 100px;left: 30px}
	/*.tec_index .ban_signer .word_text{left: 30px}*/
	.tec_index .ban_signer .word_text .p2{font-size: 20px;padding-top: 10px}
	.tec_index .tec_one .tec_i{padding-top: 20px}
	.tec_index .tec_one a{margin-top: 40px}
	.tec_index .tec_one .tec_i{font-size: 16px;line-height: 30px}
	.tec_index .tec_one .tec_y{font-size: 28px}
}
@media(max-width:1440px){
	
	.menu_ul{margin-left: 50px}
	.tec_index .tec_one .tec_all p{font-size: 18px}
	.tec_index .tec_one .tec_lf .tec_name{font-size: 38px}
	
	.tec_index .tec_one .tec_y{padding-top: 15px}
	.tec_index .ban_signer .word_text{top: 98px}
	
}
@media(max-width:1366px){
	.tec_one,.tec_type .tec_one:nth-child(even){padding: 100px 50px}
	.lf_logo img{height: auto}
	
}
@media(max-width:1024px){
	.lf_logo img{height: 20px}
	.tec_index .ban_signer .word_text{top: 30px;left: -20px;transform: scale(0.8)}
	.tec_index .ban_signer .word_text .p2{font-size: 10px;padding-top: 10px}
	.tec_index .ban_signer .word_text .p1{font-size: 20px;}
	.tec_index .ban_signer a{bottom: 10px;left: 20px}
	.tec_index .tec_one{padding: 10px;display: block}
	.tec_index .tec_one .tec_lf{width: 100%}
	.tec_index .tec_one .tec_lf .tec_name{font-size: 20px}
	.tec_index .tec_one .tec_i{max-width: 100%;font-size: 14px}
	.tec_index .tec_one .tec_y{font-size: 18px}
	.tec_index .tec_one .tec_all img{width: 50px;height: 50px}
	.tec_index .tec_one .tec_all p{font-size: 12px;padding-top: 10px}
	.tec_type .tec_one:nth-child(even){padding: 10px;display: block}
	.tec_type .tec_one:nth-child(even) .tec_lf{padding-left: 0}
	.tec_index .tec_one .tec_ri{width: 100%;margin-top: 10px}
	.tec_index .tec_one a{margin: 20px 0;width: 150px;height: 40px;line-height: 40px;font-size: 14px;}
	.tec_index .tec_one .arraw{right: 24px;top: 10px}
}

/*产品中心*/
.pro_index{background:#F7F8FB }
.pro_banner .owl-carousel .item{position: relative}
.pro_banner .owl-carousel .item img{    max-width: 100%;display: block;height: 100%;}
.pro_banner .owl-carousel .owl-nav{display: none}
.pro_banner .word_text{position: absolute;z-index: 999;top: 180px;left: 160px}
.pro_banner .word_text  .p1{font-weight: bold;font-family:'ab';font-size: 68px;color: #fff}
.pro_banner .word_text  .p2{font-family: PingFang SC-Bold, PingFang SC;font-size: 24px;padding-top: 18px;color: #fff}
.pro_banner .word_text a{width: 260px;height: 60px;display: block;text-align: center;line-height: 60px;background: #CB000B;margin-top:57px;color: #fff;font-family: PingFang SC-Bold, PingFang SC;font-size: 20px;font-weight: bold}
.sec_pro_se .top .top_title{font-size: 48px;font-weight: bold;font-family:'ab';text-align: center;padding-top: 113px}
.sec_pro_se .top>p{max-width: 1200px;font-family: "PingFang SC-Regular, PingFang SC";font-size: 20px;line-height: 40px;text-align: center;margin: 10px auto;color: #666666;padding-bottom: 60px}
.sec_pro_se  .bt{width: 100%;background:url('../img/pro_bg.png') no-repeat left center;background-size: cover;padding: 150px 0 65px;position: relative}
.sec_pro_se  .bt .bt_top ul{display: flex;padding: 0 160px;margin-top: -90px;justify-content: center}
.sec_pro_se  .bt .bt_top ul li{display: flex;align-items: center;justify-content: center;cursor: pointer;width: 500px;height: 120px;box-shadow: 0px 1px 10px 1px rgba(78,89,116,0.2);background: rgba(255,255,255,0.6);text-align: center;font-family: PingFang SC-Regular, PingFang SC;font-size: 32px;}
.sec_pro_se .bt .bt_top ul li:nth-child(2){margin:0 50px}
.sec_pro_se .bt .bt_top ul li:nth-child(3){margin-right: 50px}
.pro_dd p{color: #333333;font-size: 24px;padding: 0px 20px;text-align: center;max-width: 70%;margin: -60px auto 0;line-height: 48px}
.sec_pro_se  .bt .bt_top ul li.active{background: #CB000B;color: #fff}
.pro_cover_img ul{margin: 60px auto;background:url('../img/pro_s.png') no-repeat left center;background-size: cover;height: 610px;width: 818px;padding: 10px 20px}
.pro_cover_img .pro_dd{display: none}
.pro_cover_img .pro_dd:first-child{display: block}
.pro_cover_img ul img{width: 100%;height: 445px;border-radius: 20px}
.thr_bg{background:url('../img/thr_bg.png') no-repeat left center;background-size: cover;padding: 108px 160px 180px;position: relative}
.thr_center{display: flex;align-items: center}
.thr_lf{width: 50%}
.thr_center .thr_ri{width: 50%;margin-left: 130px}
.thr_center .thr_ri img{max-height: 530px}
.thr_lf .thr_title{font-weight: bold;font-family:'ab';font-size: 48px;color: #fff;color: #fff;padding-bottom: 40px}
.thr_lf p{color: #fff;font-size: 20px;line-height: 40px;}
.thr_lf .p1{white-space: pre-line}
.about_index{background: #fff}
.about_index .search{position: absolute;top: 30%;width: 100%;box-sizing: border-box}
.about_index .ban_signer{position: relative}
.search p{font-weight: bold;font-family:'ab';font-size: 68px;color: #fff;text-align: center;letter-spacing: 4px}
.chan_shu{background: #F7F8FB;padding: 84px 0 168px}
.chan_shu .p1{color: #666666;font-size: 20px;padding: 18px 0 50px;text-align: center}
.chan_shu ul{display: flex;margin: 0 160px;border: 1px solid #E7E7E7}
.chan_shu ul li{width: 25%;padding-bottom: 30px}
.chan_shu ul li:nth-child(odd){background: #fff}
.chan_shu ul li:nth-child(odd):hover{background: #F7F8FB}
.chan_shu ul li:nth-child(even):hover{background: #fff}
.chan_shu ul li:nth-child(even){border-left:1px solid #E5E5E5;border-right: 1px solid #E5E5E5;}
.chan_shu ul li:nth-child(2) dl,.chan_shu ul li:nth-child(3) dl,.chan_shu ul li:nth-child(4) dl{text-align: center}
.chan_shu ul li dd{height: 262px;box-sizing: border-box;padding-left: 20px ;border-bottom: 1px solid #E7E7E7;display: flex;    flex-direction: column;justify-content: center}
.chan_shu ul li dd p{text-align: center;color: #333333;font-size: 24px;padding-top: 20px}
.chan_shu ul li dd img{display: block;margin: 0 auto}
.chan_shu ul li dl{padding: 15px 10px 20px 30px;color: #333333;font-size: 20px}
.yinyong{background: url('../img/yin.png') no-repeat;background-size: cover;padding: 86px 160px 189px}
.yinyong .ser_title{padding-bottom: 70px}
.yinyong .owl-carousel .item{background: #fff}
.yinyong .owl-carousel .item p{color: #333333;font-size: 32px;padding:30px 20px;text-align: center;white-space: nowrap;text-overflow: ellipsis;overflow: hidden}
#owl-demo2 .owl-nav .owl-prev{position: absolute;width:70px;height:70px;background:url('../img/pe_l.png');color: #fff;font-size: 30px;left: -90px;top: 115px}
#owl-demo2 .owl-nav .owl-prev span{display: none}
#owl-demo2 .owl-nav .owl-next{position: absolute;width:70px;height:70px;background:url('../img/pe_r.png');color: #fff;font-size: 30px;right: -90px;top: 115px}
#owl-demo2 .owl-nav .owl-next span{display: none}

#owl-demo5 .owl-nav .owl-prev{position: absolute;width:70px;height:70px;background:url('../img/pe_l.png');color: #fff;font-size: 30px;left: -120px;top: 30%}
#owl-demo5 .owl-nav .owl-prev span{display: none}
#owl-demo5 .owl-nav .owl-next{position: absolute;width:70px;height:70px;background:url('../img/pe_r.png');color: #fff;font-size: 30px;right: -120px;top: 30%}
#owl-demo5 .owl-nav .owl-next span{display: none}
/*关于我们*/
.about_index .search_bars{height: 48px;background:rgba(255,255,255,.7);width: 948px;margin: 144px auto 0;display: flex}
.about_index .search_bars form{display: flex;justify-content: space-between;width: 100%;box-sizing: border-box}
.about_index .search_bars input{color: #333333;height: 100%;padding-left: 10px;flex: 1}
.about_index .search_bars button{width: 60px;background: #CB000B;border: none}
.about_index .search_bars button img{width: 27px;height: auto;margin: 0 auto}
.news_list .news_type{display: flex;justify-content: center;padding: 50px 0 60px}
.news_list .news_type li{color: #333333;font-size: 24px;position: relative;cursor: pointer}
.news_list .news_type li.active::after{width: 52px;height: 3px;background: #CB000B;position: absolute;content: '';display: block;left: 50%;transform: translateX(-50%);bottom: -10px}
/*.news_list .news_type .pl_pr{margin: 0 160px}*/
.news_list .news_type li:nth-child(2){margin: 0 160px}
.news_list .news_all ul{padding: 0px 13% 80px;display: none}
.news_list .news_all ul:first-child{display: block}
.news_list .news_all ul li{display: flex;border-bottom: 1px solid #E7E7E7;padding: 30px 0;cursor: pointer}
.news_list .news_all .new_detail{padding-left: 60px;position: relative;flex: 1}
.news_list .news_all ul li .tid{color: #333333;font-family: PingFang SC-Bold, PingFang SC;font-size: 28px;font-weight: bold;padding: 5px 0 18px;display: block}
.news_list .news_all ul li .tid:hover{color: #CB000B}
.news_list .news_all ul li .news_img{height: 230px}
.news_list .news_all ul li .news_img:hover{transform: translateY(-5px);transition: all 0.5s}
.news_list .news_all .new_detail p{color: #333;font-size: 20px;font-family: PingFang SC-Regular, PingFang SC;line-height: 36px;max-width: 90%}
.news_list .news_all .new_detail .time{color: #999999;font-size: 20px;padding-top: 60px}
.news_list .news_all .new_detail .more{position: absolute;color: #CB000B;font-size: 20px;right: 20px;bottom: 10px}
.news_list .news_all .new_detail .more:hover img{transform: translateX(10px);transition: all .5s}
/*定位导航技术*/
.ding_index .ban_signer  .word_text{text-align: center;top: 57%;left: 50%;transform:translate(-50%,-50%)}
.about_li .ban_signer .word_text {left: 160px;top: 30%;transform: translate(0,0);text-align: left}
.case_index .ban_signer .word_text{left: 160px;top: 135px;text-align: left;transform: translate(0,0);position: absolute}
.case_index .ban_signer .word_text .p1{
    font-weight: bold;
    font-family: 'ab';
    font-size: 68px;
	color: #fff
}
.case_index .ban_signer .word_text .p2{font-weight: bold;
    font-family: PingFang SC-Bold, PingFang SC;
	color: #fff;
    font-size: 24px;
    padding-top: 30px;}
	.case_index .ban_signer .word_text .ma_zi{margin: 50px 0 0 0}
.ding_index .tec_type .tec_one{background: #F7F8FB;padding-top: 50px}
.ding_index .case_video ul li.active a{color: #fff}
.ding_index .jstd_title{font-size: 48px;font-weight: bold;font-family:'ab';text-align: center;padding-bottom: 20px}
.ding_index .jstd{background: #fff;padding: 92px 220px 100px}
.ding_index .jstd ul{padding-bottom: 20px}
.ding_index .jstd ul li{color: #666;font-family: PingFang SC-Regular, PingFang SC;font-size: 20px;background: #fff}
.ding_index .jsys ul li{background: transparent;line-height: 40px;}
.jstd_1020 .ens ul li{height: 230px}
.ding_index .tec_one .tec_all img{margin: 0}
.jstd_1020{display: flex;justify-content: space-between;flex-wrap: wrap}
/*.jstd_1020	 p{color: #333333;font-size: 32px;font-weight: bold;padding-bottom: 30px;}*/
.jstd_1020	.rx {width: 49%;box-sizing: border-box;background: linear-gradient(180deg, #FCFDFF 0%, #F3F6FF 100%);display: flex;margin-bottom: 20px;padding: 30px}

.jstd_1020	.rx .rxlf{width: 200px;}
.jstd_1020	.rx .rxlf1{flex: 1;background: #fff}
.jstd_1020	.rx .rxlf img{display: block;margin: 80px auto 10px}
.jstd_1020	.rx .rxlf p,.jstd_1020	ul li p{color: #333;font-size: 20px;font-family: 'ab';font-weight: bold;text-align: center}
.jstd_1020	ul li p{text-align: left;padding-bottom: 10px;color: #333;font-size: 24px;font-family: 'ab';font-weight: bold;}
.jstd_1020	.rx .rxlf1  span{font-size: 20px}
.jstd_1020	ul:last-child{padding-bottom: 0 !important;}
.jstd_1020	ul li{position: relative;padding:19px;line-height:36px}
/*.jstd_1020 .rxlf11 ul li{height: 315px}*/
.jstd_1020 .ens .rxlf11 ul li{height: 440px}
/*.jstd_1020	ul li:before{width: 12px;height: 12px;background: #CB000B;opacity: 1;content: '';display: block;position: absolute;border-radius: 6px;left: 0;top: 18px;}*/
.ding_index .diaodu .tec_one .tec_all img{margin: 0 auto}
.ding_index .diaodu .tec_one .tec_all p{text-align: center}
.ding_index .diaodu .tec_one .tec_all>div{padding-top: 20px}
.tec_index .diaodu .tec_one .tec_ri{height: 420px}
.ding_index .tec_one .tec_all p{text-align: left}
.gzcj_flex{display: flex;padding-top: 68px}
.gzcj .gzcj_lf ul li{cursor: pointer;margin-bottom: 40px;width: 288px;height: 72px;border: 1px solid rgba(201, 201, 201, .5);background: rgba(255,255,255,0.1);text-align: center;display: flex;justify-content: center;align-items: center;line-height: 30px}
.gzcj .gzcj_lf ul li.active{background: #CB000B;color: #fff}
.gzcj  .gzcj_ri{margin-left: 250px}
.gzcj  .gzcj_ri ul{display: none}
.gzcj  .gzcj_ri .video_cover{width: 100%;}
.gzcj  .gzcj_ri .video_cover video{width: 100%}
.gzcj  .gzcj_ri ul:first-child{display: block}
.gzcj  .gzcj_ri p{font-family: Alibaba PuHuiTi-Bold, Alibaba PuHuiTi;color: #333;font-size: 32px;position: relative;padding-left: 20px;margin-top: 20px}
.gzcj  .gzcj_ri p::before{content: '';display: block;width: 12px;height: 12px;background: #CB000B;border-radius: 50%;position: absolute;top: 50%;left: 0;transform: translateY(-50%)}
.ding_index .jsys{background: #F7F8FB}
.ding_index .jsys ul{padding-top: 20px;background: #fff;padding: 50px 30px 30px;}
.ding_index .jsys ul li{color: #666666;padding-bottom: 20px;position: relative;padding-left: 40px;font-size: 20px}
.ding_index .jsys ul li::before{content: '';display: block;width: 12px;height: 12px;background: #CB000B;border-radius: 50%;position: absolute;top: 14px;left: 18px;}
.ding_index .jsys ul li span{color: #333;font-weight: bold}
.tec_one  .jsys_type  li span{color: #333; font-size: 24px; font-weight: bold;}
.tec_one .jsys_name{padding: 40px 0 24px}
.tec_one  .jsys_type  li{padding-left:40px;color: #666666;padding-bottom: 20px;    font-family: PingFang SC-Regular, PingFang SC;font-size: 20px;line-height: 50px;position: relative}
.tec_one  .jsys_type  li::before{content: '';display: block;width: 12px;height: 12px;background: #CB000B;border-radius: 50%;position: absolute;top: 17px;left: 18px;}
.jsys_bg_f{background: #fff !important}
.ding_index .jsys_bg_f{padding-bottom: 130px}
.pages{display: flex;justify-content: flex-end;margin-top: 20px}
.pages .pre img{transform: rotate(180deg)}
.pages .pre,.pages .next{cursor: pointer;width: 40px;height: 40px;border-radius: 2px;border: 1px solid #E5E5E5;display: block;text-align: center;line-height: 40px;color: #7E8082}
.pages a,.pages span{width: 40px;height: 40px;border-radius: 2px;border: 1px solid #E5E5E5;display: block;text-align: center;line-height: 40px;color: #7E8082}
.pages a:hover{background: #CB000B;color: #fff;border: 1px solid #CB000B;}
.intro_show{display: flex;justify-content: center;padding: 90px 0 140px}
.intro_show .zuo{margin-right: 54px}
.intro_show .zuo .ts{font-weight: bold;font-family:'ab';font-size: 48px;padding-bottom: 46px}
.intro_show .zuo p{display: flex;color: #666;font-size: 20px;padding-bottom: 20px;max-width: 500px;line-height: 32px}
.intro_show .zuo p .sp1{color: #333;padding-right: 18px;white-space: nowrap}
.map #map{width: 100%;height: 500px}

/*服务与支持*/
.ser_phone{padding: 58px 0 80px;background: #fff}
.ser_title{font-weight: bold;font-family:'ab';font-size: 48px;text-align: center;color:#333333}
.ser_phone>p{font-size: 20px;color: #666666;text-align: center;padding-top: 20px}
.ser_list{display: flex;justify-content: center;margin-top: 40px}
.ser_list .ser_item{align-items: center;color: #333;height: 240px;background: #F7F8FB;padding: 0 150px;display: flex;flex-direction: column;justify-content: center}
.ser_list .ser_item>p{color: #666666;font-size: 32px;padding-bottom: 30px}
.ser_list .ml-20{margin-left: 40px}
.ser_list .ser_item .phone{font-family: 'top';font-size: 48px}
.ser_local{background:url('../img/thr_bg.png') no-repeat left center;background-size: cover;padding: 65px 0 110px}
.ser_local .ser_title{color: #fff}
.ser_local ul {display: flex;justify-content: space-between;padding: 50px 160px 0}
.ser_local ul li{background: #fff;padding: 80px 0px;text-align: center;width: 304px}
.ser_local ul li:hover img{transform: translateY(-10px);transition: all .3s}
.ser_local ul li p{color: #333333;font-size: 32px;padding: 40px 0 20px;font-weight: bold;font-family: PingFang SC-Bold, PingFang SC;}
.ser_local ul li dd{font-size: 20px;color: #999999;padding-bottom: 12px;font-family: PingFang SC-Regular, PingFang SC;}
.ser_mg{text-align: center;padding-top: 86px;background: #fff}
.ser_mg p{padding: 40px 0 58px;max-width: 900px;margin: 0 auto;line-height: 40px;font-size: 20px}
.ser_li{background:url('../img/ser_li1.png') no-repeat left center;background-size: cover;padding: 60px 0 50px;text-align: center;color: #fff}
.ser_li p{max-width: 900px;margin: 0 auto;line-height: 40px;color:#666666;padding-top: 20px;font-size: 20px}
.ser_li a{font-size: 20px;background: #fff;width: 260px;text-align: center;line-height: 60px;color: #fff;line-height: 60px;display: block;margin: 10px auto 20px;background:#CB000B}
.ser_ul_17{max-width: 82%;margin: 50px auto 65px}
.ser_ul_17>div{display:flex;margin-bottom: 25px}
.ser_ul_17>div .pp{font-size: 28px;font-family: PingFang SC-Bold, PingFang SC;font-weight: bold;color: #333333;width: 252px;display: block;margin-right: 40px;line-height: 72px}
.en_ser_ul_17>div .pp{line-height: 36px}

.ser_ul_17>div ul{display: flex}
.ser_ul_17>div li{width: 230px;
margin-right: 25px;
height: 72px;
background: linear-gradient(180deg, #FCFDFF 0%, #E5EBFF 100%);
box-shadow: 3px 4px 3px 1px rgba(0,0,0,0.16);
border-radius: 2px 2px 2px 2px;
text-align: center;
line-height: 72px;
opacity: 1;color: #666666;font-size: 24px}
.en_ser_ul_17>div li{display: flex;justify-content: center;line-height: 36px;width: auto;padding: 0 10px;align-items: center}
.about_phone{padding: 50px 0 90px;background:url('../img/ab1.png') no-repeat left center;background-size: cover;}
.about_phone .honor_ul {display: flex;justify-content: center}
.about_phone .honor_ul h2{font-family: 'ab';color: #333333;font-size: 70px;text-align: center}
.about_phone .honor_ul li p{max-width: 280px;text-align: center;line-height: 40px;font-size: 20px}
.about_phone .honor_ul li:nth-child(even){margin: 0 300px}
.about_us{display: flex;background: #F7F8FB}
.about_us .ser_title{text-align: left;padding-bottom: 40px}
.about_us .lf_a{width: 50%;padding: 120px 80px 0 160px}
.about_us .lf_a p{font-size: 20px;color: #333333;font-family: PingFang SC-Bold, PingFang SC;font-weight: bold;line-height: 42px;text-indent: 2em}
.fa_time{background: #fff;padding: 144px 160px}
.fa_time .ser_title{padding-bottom: 80px}
#owl-demo .item{position: relative;padding: 0 40px;padding-bottom: 100px;margin: 0px 20px}
#owl-demo .item::before{height: 200px;width: 2px;background: linear-gradient(180deg, rgba(203,0,11,0) 0%, #CB000B 100%);
border-radius: 0px 0px 0px 0px;content: '';display: block;position: absolute;left: 0;bottom: 0px}
#owl-demo .item::after{bottom:0px;left:-14px;position: absolute;content: url(../img/circle.png);display: block;border: 1px solid #fff;width: 27px;height: 27px;background: #fff;border: 2px solid #CB000B;text-align: center;border-radius: 50%;box-sizing: border-box;line-height: 23px}
#owl-demo .item .time{font-size: 36px;color: #333333}
#owl-demo .item  .ico_title{font-size: 31px;color: #333333;padding-top: 10px;height: 135px;}
#owl-demo .item .time span{font-size: 20px}
#owl-demo .item p{font-size: 20px;color: #666666;line-height: 40px;height: 128px;word-break: break-all; text-overflow: ellipsis;
overflow: hidden; -webkit-line-clamp: 5; }
#owl-demo .owl-dots{display: none}
#owl-demo .owl-nav span{display: none}
.thr_bg .owl-nav{display: block !important}
.thr_bg .owl-nav span{display: none}
#owl-demo .owl-nav .owl-prev,.thr_bg .owl-nav .owl-prev{position: absolute;width: 70px;height: 70px;background: url('../img/pe_l.png') !important;color: #fff;font-size: 30px;left: -90px;top: 115px}
.thr_bg .owl-nav .owl-prev{left: -110px;top: 50%;transform: translateY(-50%)}
#owl-demo .owl-nav .owl-next,.thr_bg .owl-nav .owl-next{position: absolute;width: 70px;height: 70px;background: url('../img/pe_r.png') !important ;color: #fff;font-size: 30px;right: -90px;top: 115px}
.thr_bg .owl-nav .owl-next{right: -110px;top: 50%;transform: translateY(-50%)}
.fa_time .line{border-bottom: 1px solid #CB000B;margin-top: -17px}
.fa_time .line1{border-bottom: 4px solid #CB000B;margin-top: 2px}
.know_all{display: flex}
.know_all .lf_i{width: 50%;margin-right: 60px}
.know_all .ri_r {width: 50%}
.know_all .ri_r .ser_title{text-align: left;padding: 40px 0}
.know_all .ri_r ul li{display: flex;border-bottom: 1px solid #E7E7E7;padding: 20px 0;align-items: center}
.know_all .ri_r ul li img{height: 60px}
.know_all .ri_r ul li p{color: #333;font-size: 20px;padding-left: 20px}
.ab_rong{background:#F1EADF;padding: 80px 150px}
.ab_rong p{text-align: center;color: 3333;font-size: 20px;padding: 20px 0 65px}
#owl-demo1 .item img{height: 250px}
/*#owl-demo1 .owl-item.Lastactive img{display: none !important}*/
#owl-demo1 .item p{font-size: 28px;color: #333333;max-width: 300px;margin: 0 auto;line-height: 50px}
#owl-demo1 .owl-nav .owl-prev{position: absolute;width:48px;height:60px;background:url('../img/pr.png');color: #fff;font-size: 30px;left: 30%;top: 115px}
#owl-demo1 .owl-nav .owl-prev span{display: none}
#owl-demo1 .owl-nav .owl-next{position: absolute;width:48px;height:60px;background:url('../img/pe.png');color: #fff;font-size: 30px;right: 30%;top: 115px}
#owl-demo1 .owl-nav .owl-next span{display: none}
.menu_silde_img{position: fixed;width: 100%;background: #F7F8FB;top: 90px;left: 0;box-sizing: border-box;padding: 30px 10%;transform: rotate3d(1, 0, 0, -90deg);}
.menu_silde_img ul{display: flex;flex-wrap: wrap}
.menu_silde_img li{width: 20%;font-family: PingFang SC-Regular, PingFang SC;margin-bottom: 20px}
.menu_silde_img li p{font-size: 20px;color: #333333;padding: 17px 0 8px;margin: 0 !important;line-height: 20px;text-align: center}
.menu_silde_img li img{margin: 0 auto;display: block}
.menu_silde_img li  span{color: #999999;font-size: 16px;text-align: center;line-height: 20px;display: block}
.menu_ul>li:hover .menu_silde_img{transform: rotate3d(0, 0, 0, 0deg);transition: all 0.5s}
.menu_silde_img ul li a::after{display: none !important}
.menu_silde_img ul li a:hover p{color:#CB000B }
#nb_icon_wrap{width: 50px !important;}
#newBridge .nb-icon-base-5 .nb-icon-inner-wrap{
	width: 50px !important;
	height: 50px !important;
	background: transparent url('http://jingsong.vtui365.com/template/default/index/img/z1553.png') no-repeat !important;border-radius: 0px !important}
@media(max-width:1680px){
	.case_index .ban_signer .word_text .ma_zi{margin-top:25px}
	.case_index .ban_signer .word_text .p2{padding-top: 10px}
	.case_index .ban_signer .word_text{top: 120px}
	.tec_one .jsys_name{    padding-top: 30px;}
	.ser_ul_17>div li{width:auto;margin-right:15px}
	.gzcj .gzcj_ri{margin-left:100px}
	.ding_index .jstd{padding: 92px 110px 170px}
	.about_index .search{top: 28%}
	.about_index .search_bars{margin-top: 100px }
	.ser_local ul li{width: 280px}
	.ser_local ul{padding: 50px 80px}
	#owl-demo .item .ico_title{font-size: 30px}
	.about_us .lf_a{padding: 80px}
	#owl-demo .item p{font-size: 18px}
	.know_all .ri_r .ser_title{padding: 20px 0}
	.thr_bg{padding: 100px}
	.sec_pro_se .bt .bt_top ul li{width: 400px}
}
@media(max-width:1440px){
	.ser_ul_17>div li{idth:auto;margin-right:10px;font-size: 16px}
	.thr_bg{padding: 60px}
	.sec_pro_se .bt .bt_top ul li{width: 350px}
	.ding_index .jstd{padding: 60px 100px}
	.case_video ul li{font-size: 20px}
	.ding_index .jstd_title{ font-size: 38px;}
	.ding_index .jstd .gzcj_lf  ul li{font-size: 20px}
	.gzcj .gzcj_lf ul li{width: 180px;margin-bottom: 15px;height: 60px;line-height: 60px}
	.search p{font-size: 48px}
	.about_index .search{top: 10%}
	.about_index .search_bars{margin: 80px auto 0}
	.ser_local ul{padding: 50px 10px}
	.ser_local ul li{width: 200px}
	.ser_list .ser_item .phone{font-size: 30px}
	#owl-demo .item .ico_title{font-size: 28px}
	#owl-demo .item p{font-size: 15px;line-height: 30px}
	.fa_time{padding: 100px 156px}
	#owl-demo .item{padding: 0 30px 80px}
	.know_all .ri_r ul li{padding: 10px;}
	.know_all .ri_r ul li img{height: 40px}
	
}
@media(max-width:1366px){
	.ding_index .case_video ul li{font-size: 18px}
	search p{font-size: 40px}
	.intro_show .zuo{margin-right: 20px}
	.intro_show .zuo .ts{font-size: 40px}
	.intro_show{padding: 90px 10px}
	.about_us .lf_a p{font-size: 15px;line-height: 35px}
	.about_phone .honor_ul li:nth-child(even){margin: 0 200px}
	#owl-demo .item{padding: 0 10px 60px}
	#owl-demo .item .ico_title{font-size: 20px}
	#owl-demo .item p{font-size:14px}
	.about_us .lf_a{padding: 10px}
	.sec_pro_se .bt .bt_top ul li{width: 240px;height: 100px;line-height: 100px;font-size: 20px}
	.yinyong .owl-carousel .item p{font-size: 20px}
}
@media(max-width:1024px){
	.sec_pro_se .top .top_title{font-size: 20px;padding-top: 20px}
	.pro_dd p{font-size: 14px;max-width: 90%}
	.sec_pro_se .top>p{font-size:16px;padding-bottom: 80px}
	.sec_pro_se .bt .bt_top ul li:nth-child(2){margin: 0 10px}
	.ser_li a{width: 200px;height: 50px;line-height: 50px}
	.sec_pro_se .bt .bt_top ul{padding: 0 10px;justify-content: center}
	.sec_pro_se .bt .bt_top ul li{width: 30%;font-size: 16px;height: 60px;line-height: 30px}
	.sec_pro_se .bt{height: auto;padding: 10px 0 0}
	.pro_cover_img ul{width: 100%;height: 300px;background-size: contain;padding: 10px}
	.thr_bg{padding: 10px}
	.chan_shu{padding: 20px 0}
	.yinyong .ser_title{padding: 20px 0}
	.chan_shu ul li dl{font-size: 15px;}
	.chan_shu ul li dd{height: auto;padding: 10px 0}
	.chan_shu ul{display: block;margin: 0 10px}
	.chan_shu ul li{width: 100%}
	.thr_lf .thr_title{font-size: 20px}
	.thr_lf p{font-size: 15px;line-height: 30px}
	
	.thr_lf,.thr_center .thr_ri{width: 100%;margin-left: 0}
	.yinyong{padding: 10px}
	.thr_center{display: block}
	.pro_cover_img ul img{height: 200px}
	.about_phone{padding: 10px}
	.about_phone .honor_ul li:nth-child(even){margin: 0 10px}
	.about_phone .honor_ul h2{font-size: 40px}
	.about_phone .honor_ul li p{font-size:12px;white-space: nowrap;line-height: 25px}
	.about_us{display: block}
	.about_us .lf_a{width: 100%}
	.about_us .ser_title{padding-bottom: 10px;text-align: center;font-weight: bold}
	.fa_time .ser_title{padding-bottom: 30px}
	#owl-demo .item .ico_title{height: 80px;padding-bottom: 10px}
	#owl-demo .item{padding: 0 10px}
    .know_all{display: block}
	.know_all .lf_i{width: 100%}
	.know_all .ri_r{width: 100%;padding: 10px}
	.know_all .ri_r .ser_title{text-align: center}
	.know_all .ri_r ul li p{font-size: 15px}
	.fa_time{padding: 10px 10px 50px}
	.ser_title{font-size: 25px}
	.ser_phone{padding: 20px 10px}
	.ser_list .ser_item>p{font-size: 20px}
	.ser_list .ser_item .phone{font-size: 20px}
	.ser_list{margin-top: 10px}
	.ser_phone>p{font-size: 15px}
	.ser_list .ser_item{padding: 10px;height: 150px;width: 48%}
	.ser_local{padding: 30px 10px}
	.search p{font-size: 20px}
	.ser_local ul{padding: 20px 0px;display: block}
	.ser_local ul li{width: 100%;padding: 20px 0;margin-bottom: 10px}
	.ser_local ul li p{font-size: 26px;padding: 20px 0 }
	.ser_local ul li dd{font-size: 16px}
	.ser_mg{padding-top: 20px}
	.ser_mg p{padding: 20px 0}
	.about_index .search_bars{margin: 10px auto 0;width: 90%;height: 35px}
	.about_index .search_bars button{width: 48px}
   .ding_index .case_video ul li{font-size:16px }
   .intro_show .zuo p{font-size: 14px;padding-bottom: 10px}
   .intro_show{display: block;padding: 10px}
   .intro_show .zuo .ts{font-size: 20px;padding-bottom: 20px}
   .ding_index .tec_type .tec_one{padding-top: 20px}
   .ding_index .jstd{padding: 10px}
   .ding_index .jstd_title{font-size: 20px;}
   .ding_index .jstd .gzcj_lf ul li{font-size: 14px;line-height: 30px}
   .gzcj_flex{display:block;padding-top: 0}
   .ding_index .jstd .gzcj_lf ul{display: flex;flex-wrap: wrap}
   .ding_index .jstd .gzcj_lf ul li{height: 30px;width: 49%;}
   .ding_index .jstd .gzcj_lf ul li:nth-child(odd){margin-right: 1%;}
   .ding_index .jstd .gzcj_lf ul li:nth-child(even){margin-left: 1%;margin-right: 0%;}
   .gzcj .gzcj_ri{margin-left: 0}
   .gzcj .gzcj_ri p{font-size: 18px}
   .ding_index .jsys ul li{font-size: 15px}
   .ding_index .jsys ul li span{font-size: 15px}
   .ding_index .jsys ul{padding-top: 0}
   .ding_index .jsys ul li{padding-bottom: 10px;line-height: 35px}
   .tec_one .jsys_name{padding:10px 0}
   .tec_one .jsys_type li{font-size: 15px;line-height:40px;padding-bottom:10px;padding-left: 20px}
   .tec_one .jsys_type li span{font-size: 15px}
   .tec_one .jsys_type li::before{top: 14px;left: 0}
   .tec_index .diaodu .tec_one .tec_ri{height: auto}
   .ding_index .jsys ul li{padding-left: 20px}
   .ding_index .jsys ul li::before{top: 12px;left: 2px}
   .tec_index .tec_one .tec_all>div{width: auto;margin-right: 10px}
   .news_list .news_type .pl_pr{margin: 0 30px;}

   .news_list .news_type li{font-size: 20px}
   .news_list .news_type{padding: 10px}
   .news_list .news_all ul{padding: 10px}
   .news_list .news_all ul li{display: block}
   .news_list .news_all ul li .news_img{width: auto;width: 100%}
   .news_list .news_all .new_detail{padding-left: 0}
   .news_list .news_all .new_detail p{max-width: 100%;font-size: 16px;line-height: 30px}
   .news_list .news_all ul li .tid{padding: 10px 0 ;font-size: 20px}
   .news_list .news_all .new_detail .time{font-size: 14px;padding-top: 10px}
   .news_list .news_all .new_detail .more{font-size: 14px;bottom: 0px}
   .map #map{height: 200px}
   .ab_rong{padding: 10px}
   #owl-demo1 .owl-nav .owl-prev{left: 0%;}
   #owl-demo1 .owl-nav .owl-next{right: 0%}
   .ab_rong p{padding: 20px 0;font-size: 15px}
   .menu_slide,.menu_silde_img{display: none !important}
   .ser_ul_17{max-width: 99%;margin: 10px auto}
	.ser_ul_17>div{display: block}
	.ser_ul_17>div li{font-size: 14px;height: 60px;line-height: 30px;display: flex;align-items: center;justify-content: center}
	.ser_ul_17>div .pp{font-size: 24px;text-align: left;padding-left: 10px}
	.ser_li{padding: 30px 0 20px}
	.ser_li a{font-size: 18px}
	.new_words{width: 99%;padding: 10px}
	.new_words dd{font-size: 24px}
	.new_words dd{font-size: 16px;line-height: 40px}
	.new_words dd::before{top: 13px}
	.case_index .ban_signer .word_text,.ding_index .ban_signer .word_text{display: none}
}


.pagination{display: flex;justify-content: flex-end; padding: 10px 13%;}
.pagination .pre img{transform: rotate(180deg)}
.pagination .pre,.pages .next{cursor: pointer;width: 40px;height: 40px;border-radius: 2px;border: 1px solid #E5E5E5;display: block;text-align: center;line-height: 40px;color: #7E8082}
.pagination a,.pages span{width: 40px;height: 40px;border-radius: 2px;border: 1px solid #E5E5E5;display: block;text-align: center;line-height: 40px;color: #7E8082}
.pagination a:hover{background: #CB000B;color: #fff;border: 1px solid #CB000B;}


